ralloc_shim 0.1.1

The binding layer for the rallc memory allocator.
Documentation

Symbols and externs that ralloc depends on.

This crate provides implementation/import of these in Linux, BSD, and Mac OS.

Important

You CANNOT use libc library calls, due to no guarantees being made about allocations of the functions in the POSIX specification. Therefore, we use the system calls directly.